ISeriesColumn
StockSharp.Xaml.Charting.Model.DataSeries
Defines the interface to a generically typed series column in a DataSeries
Implementiert: IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IList, ICollection, ISeriesColumn
Methoden
GetMaximum() : T
Gets the maximum value of the ISeriesColumn
GetMinimum() : T
Gets the minimum value of the ISeriesColumn
InsertRange(int, IEnumerable<T>)
Insert a range of items at the specified index
- startIndex
- The index to insert at.
- values
- The values.
RemoveRange(int, int)
Remove a range of items starting from the specified index
- startIndex
- The index to start removing from
- count
- Numbers of point to remove